/**
 * YouthForty-pcUI v1.2 Beta
 * Browser support: IE8+
 * Released on: August 8, 2016
 * E-mail:2822681162@qq.com
 * http://css.zbmmw.com
 */
 
/**
 * 基本样式统一设置 **********************
 */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
} 
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust:100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, q, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption, tbody, tfoot, thead, article, aside, dialog, figure, footer, header, nav, section {
    margin:0;
	padding:0;
	border:0;
	font-size:14px;
	font:inherit;
	vertical-align:baseline;
}

body {
    margin:0 auto;
    padding:0;
    font-size:12px;
    font-family:"MS Gothic","Microsoft YaHei","微软雅黑", "宋体","simsun",Arial,SimHei,Verdana,sans-serif;
    color:#333;
    background:#fff;
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {
	display: block;
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],template {
    display: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,strong {
    font-weight: bold;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,kbd,pre,samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,select {
    text-transform: none;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,th {
    padding: 0;
}

ol,ul,li {
	list-style:none;
	margin:0px;
	padding:0px;
}
em,i {
    font-style: normal;
}

/* 清除浮动 */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix {
	display: inline-table;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.clearfix:after, .layout:after, .container:after {
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	overflow:hidden;
}

/* 链接文本 */
a {
    color:#333;
    text-decoration:none;
    background-color: transparent;
}
a:hover {
    outline: 0;
}
a:visited {
	outline:0;
}
a:focus { 
    outline:0;
}
a:active {
    outline: 0;
}


/**
 * 布局 **********************
 */
@media (min-width:1000px){.o-container{width:1000px;}}
@media (min-width:1200px){.o-container{width:1200px;}}

/* 设置浮动 */
.o-fl {
	float:left !important;
}
.o-fr {
	float:right !important;
}

/* 显示和隐藏 */
.o-show {
	display:block !important;
}
.o-hidden {
	display:none !important;
	visibility:hidden !important;
}

/* 基本布局 */
.o-layout {
    width:100%;
}
.o-container {
	margin:0 auto;
	padding:0;	
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:border-box;
}
.o-container:before, .o-container:after {
    content: " ";
    display: table;
}
.o-container:after {
    clear: both;
}

/* 网格 */
[class*="o-grid-"] {
    float: left;
    width: 100%;
    padding-left: 0;
    padding-right: 0;  
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:border-box;
    position: relative;  
}
/* 最后一个元素居右 */
/*
[class*="o-grid-"] + [class*="o-grid-"]:last-child {
  float: right;
}
*/
.o-grid {
    width: 100%;
    margin: 0 auto;  
}
.o-grid:before, .o-grid:after {
    content: " ";
    display: table;
}
.o-grid:after {
    clear: both;
}
.o-grid-1 {
    width: 8.33333333%;
}
.o-grid-2 {
    width: 16.66666667%;
}
.o-grid-3 {
    width: 25%;
}
.o-grid-4 {
    width: 33.33333333%;
}
.o-grid-5 {
    width: 41.66666667%;
}
.o-grid-6 {
    width: 50%;
}
.o-grid-7 {
    width: 58.33333333%;
}
.o-grid-8 {
    width: 66.66666667%;
}
.o-grid-9 {
    width: 75%;
}
.o-grid-10 {
    width: 83.33333333%;
}
.o-grid-11 {
    width: 91.66666667%;
}
.o-grid-12 {
    width: 100%;
}
/* 偏移 */
.o-grid-offset-1 {
    margin-left: 8.33333333%;
}
.o-grid-offset-2 {
    margin-left: 16.66666667%;
}
.o-grid-offset-3 {
    margin-left: 25%;
}
.o-grid-offset-4 {
    margin-left: 33.33333333%;
}
.o-grid-offset-5 {
    margin-left: 41.66666667%;
}
.o-grid-offset-6 {
    margin-left: 50%;
}
.o-grid-offset-7 {
    margin-left: 58.33333333%;
}
.o-grid-offset-8 {
    margin-left: 66.66666667%;
}
.o-grid-offset-9 {
    margin-left: 75%;
}
.o-grid-offset-10 {
    margin-left: 83.33333333%;
}
  
/* 等分 <ul>结构：<ul class="o-avg-1"><li class="o-fl" ></li></ul> */
.o-avg-1 > li {
    width: 100%;
}
.o-avg-1 > li:nth-of-type(n) {
    clear: none;
}
.o-avg-1 > li:nth-of-type(1n + 1) {
    clear: both;
}
.o-avg-2 > li {
    width: 50%;
}
.o-avg-2 > li:nth-of-type(n) {
    clear: none;
}
.o-avg-2 > li:nth-of-type(2n + 1) {
    clear: both;
}
.o-avg-3 > li {
    width: 33.33333333%;
}
.o-avg-3 > li:nth-of-type(n) {
    clear: none;
}
.o-avg-3 > li:nth-of-type(3n + 1) {
    clear: both;
}
.o-avg-4 > li {
    width: 25%;
}
.o-avg-4 > li:nth-of-type(n) {
    clear: none;
}
.o-avg-4 > li:nth-of-type(4n + 1) {
    clear: both;
}
.o-avg-5 > li {
    width: 20%;
}
.o-avg-5 > li:nth-of-type(n) {
    clear: none;
}
.o-avg-5 > li:nth-of-type(5n + 1) {
    clear: both;
}
.o-avg-6 > li {
    width: 16.66666667%;
}
.o-avg-6 > li:nth-of-type(n) {
    clear: none;
}
.o-avg-6 > li:nth-of-type(6n + 1) {
    clear: both;
}

/* 边界位置 */
/* margin-top及margin-bottom渲染导致无效，建议使用padding或者在父级元素加浮动：overflow:hidden; */
.o-margin {
	margin:10px;
	clear:both;
}
.o-mt {
	margin-top:30px;
}
.o-mr {
	margin-right:10px;
}
.o-mb {
	margin-bottom:10px;
}
.o-ml {
	margin-left:10px;
}
.o-mt-5 {
	margin-top:5px;
}
.o-mr-5 {
	margin-right:5px;
}
.o-mb-5 {
	margin-bottom:5px;
}
.o-ml-5 {
	margin-left:5px;
}
.o-mt-15 {
	margin-top:15px;
}
.o-mr-15 {
	margin-right:15px;
}
.o-mb-15 {
	margin-bottom:15px;
}
.o-ml-15 {
	margin-left:15px;
}
.o-mt-20 {
	margin-top:20px;
}
.o-mr-20 {
	margin-right:20px;
}
.o-mb-20 {
	margin-bottom:20px;
}
.o-ml-20 {
	margin-left:20px;
}

/* 填充位置 */
.o-padding {
	padding:10px;
}
.o-pt {
	padding-top:10px;
}
.o-pr {
	padding-right:10px;
}
.o-pb {
	padding-bottom:10px;
}
.o-pl {
	padding-left:10px;
}
.o-pt-5 {
	padding-top:5px;
}
.o-pr-5 {
	padding-right:5px;
}
.o-pb-5 {
	padding-bottom:5px;
}
.o-pl-5 {
	padding-left:5px;
}
.o-pt-15 {
	padding-top:15px;
}
.o-pr-15 {
	padding-right:15px;
}
.o-pb-15 {
	padding-bottom:15px;
}
.o-pl-15 {
	padding-left:15px;
}
.o-pt-20 {
	padding-top:20px;
}
.o-pr-20 {
	padding-right:20px;
}
.o-pb-20 {
	padding-bottom:20px;
}
.o-pl-20 {
	padding-left:20px;
}


/* 边框 */
.o-border {
	border:solid 1px #ddd;
}
.o-bt {
	border-top:solid 1px #ddd;
}
.o-br {
	border-right:solid 1px #ddd;
}
.o-bb {
	border-bottom:solid 1px #ddd;
}
.o-bl {
	border-left:solid 1px #ddd;
}

/* 角大小 */
.o-square {
    border-radius: 0;
}
.o-radius, .o-radius-2 {
    border-radius: 2px;
}
.o-radius-4 {
    border-radius: 4px;
}
.o-radius-8 {
    border-radius: 8px;
}
.o-circle {
    border-radius: 50%;
}

/* 线条 */
.o-dashed-line {
    border-top:1px dotted #cccccc;
}
.o-solid-line {
    border-top:1px solid #cccccc;
}


/**
 * 文字 **********************
 */ 

/*单行文字截断...*/
.o-text-truncate {
	word-wrap: normal;/* for IE */
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/* 文本标题 */
.o-h1, .o-h2, .o-h3, .o-h4, .o-h5, .o-h6 {
	color: inherit;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
}
.o-h1{ font-size:38px; }
.o-h2{ font-size:32px; }
.o-h3{ font-size:24px; }
.o-h4{ font-size:18px; }
.o-h5{ font-size:14px; }
.o-h6{ font-size:12px; }
.o-h1 small, .o-h2 small, .o-h3 small { font-size:60%; filter:alpha(opacity=60); opacity:.6; }
.o-h4 small, .o-h5 small, .o-h6 small { font-size:12px; filter:alpha(opacity=60); opacity:.6; }

/* 文本对齐 */
.o-tl {
  text-align:left;
}
.o-tc {
  text-align:center;
}
.o-tr {
  text-align:right;
}

/* 文本字号 */
.o-text-large {
	font-size:24px;
}
.o-text-big {
	font-size:18px;
}
.o-text-medium {
	font-size:16px;
}
.o-text-default {
	font-size:14px;
}
.o-text-small {
	font-size:12px;
}
.o-text-12 {
	font-size:12px;	
}
.o-text-14 {
	font-size:14px;	
}
.o-text-16 {
	font-size:16px;	
}
.o-text-18 {
	font-size:18px;	
}
.o-text-20 {
	font-size:20px;	
}
.o-text-22 {
	font-size:22px;	
}
.o-text-24 {
	font-size:24px;	
}
.o-text-26 {
	font-size:26px;	
}
.o-text-28 {
	font-size:28px;	
}

/* 文本行距 */
.o-height-large { line-height:40px; }
.o-height-big { line-height:30px; }
.o-height { line-height:24px; }
.o-height-small { line-height:20px; }
.o-height-little { line-height:16px; }

/*文本颜色*/
.o-text-color-black {
	color: #000000;	
}
.o-text-color-white {
	color: #FFFFFF;	
}
.o-text-color-red {
	color: #FF0000;	
}
.o-text-color-mediumblue {
	color: #0000CD;	
}
.o-text-color-forestgreen {
	color: #228B22;	
}
.o-text-color-deeppink {
	color: #FF1493;	
}
.o-text-color-orangered {
	color: #FF4500;	
}
.o-text-color-gray-c {
	color: #cccccc;	
}
.o-text-color-gray-3 {
	color: #333333;	
}
.o-text-color-gray-6 {
	color: #666666;	
}
.o-text-color-gray-7 {
	color: #777777;	
}
.o-text-color-gray-8 {
	color: #888888;	
}
.o-text-color-gray-9 {
	color: #999999;	
}

/* 段落 */
.o-p { padding:10px; line-height:180%; }
/* 缩进 */
.o-text-indent, .o-text-indent p, .o-text-indent div { text-indent:2em; }
/* 代码 */
.o-code {
	border:solid 1px #ddd;
	padding:15px;
	border-radius:4px;
	background:#f5f5f5;
	display:block;
}
/* 隐藏文本 */
.o-txt-hidden { text-indent:9999px; white-space: nowrap; overflow:hidden; }

/**
 * 图片 **********************
 */ 
 
/* 图片样式 为<img>元素设置 正方形 长方比例则为椭圆 */
.o-img-square {
	border-radius: 0;
}
.o-img-radius {/*圆角*/
	border-radius:4px;
} 
.o-img-radius-big {/*圆角*/
	border-radius:6px;
} 
.o-img-radius-small {/*圆角*/
	border-radius:2px;
} 
.o-img-circle {/*圆形*/
	border-radius:50%;
} 

/* 图片边框 */
.o-img-border {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 2px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/* 移上放大 */
.item { position: relative; overflow:hidden; background-size: cover; }
.hover-photoscale .shadow {
	position:absolute;
	width:100%;
	bottom:0;
	height:100%;
	text-shadow:0 0 2px #000;
	background-color:#000;
	filter:alpha(opacity=.1);
	-moz-opacity:.1;
	opacity:.1;
	transition:opacity .35s;
}
.hover-photoscale:hover img, .item.hover-photoscale:hover img {
	transform:scale(1.15)translate3d(0,0,0);
	-ms-transform:scale(1.15)translate3d(0,0,0);
	-moz-transform:scale(1.15)translate3d(0,0,0);
	-webkit-transform:scale(1.15)translate3d(0,0,0);
	-o-transform:scale(1.15)translate3d(0,0,0)
}
.hover-photoscale:hover span {
	transform:translate3d(0,-20px,0);
	-ms-transform:translate3d(0,-20px,0);
	-moz-transform:translate3d(0,-20px,0);
	-webkit-transform:translate3d(0,-20px,0);
	-o-transform:translate3d(0,-20px,0)
}
.hover-photoscale .shadow, .hover-photoscale img {
	transition:all .35s
}
.hover-photoscale:hover .shadow, .item.hover-photoscale:hover .shadow {
	filter:alpha(opacity=.5);-moz-opacity:.5;opacity:.5
}

/**
 * 表格 **********************
 */ 
/* 基本 */ 
table {
    max-width: 100%;
    background-color: transparent;
    empty-cells: show;
}
th {
    text-align: left;
}
.o-table {
    width: 100%;
    border-spacing: 0;
    border-collapse: separate;
}
.o-table > thead > tr > th, .o-table > tbody > tr > th, .o-table > tfoot > tr > th, .o-table > thead > tr > td, .o-table > tbody > tr > td, .o-table > tfoot > tr > td {
    padding: 10px;
    line-height: 1.6;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}
.o-table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #dddddd;
}
.o-table > thead:first-child > tr:first-child > th, .o-table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.o-table > tbody + tbody tr:first-child td {
    border-top: 2px solid #dddddd;
}

/* 紧凑表格 */
.o-table-compact > thead > tr > th, .o-table-compact > tbody > tr > th, .o-table-compact > tfoot > tr > th, .o-table-compact > thead > tr > td, .o-table-compact > tbody > tr > td, .o-table-compact > tfoot > tr > td {
    padding: 5px;
}

/* 直角边框 */
.o-table-border {
    border: 1px solid #dddddd;
}
.o-table-border > thead > tr > th, .o-table-border > tbody > tr > th, .o-table-border > tfoot > tr > th, .o-table-border > thead > tr > td, .o-table-border > tbody > tr > td, .o-table-border > tfoot > tr > td {
    border-left: 1px solid #dddddd;
}
.o-table-border > thead > tr > th:first-child, .o-table-border > tbody > tr > th:first-child, .o-table-border > tfoot > tr > th:first-child, .o-table-border > thead > tr > td:first-child, .o-table-border > tbody > tr > td:first-child, .o-table-border > tfoot > tr > td:first-child {
    border-left: none;
}
.o-table-border > tbody > tr:first-child > th, .o-table-border > tbody > tr:first-child > td {
    border-top: none;
}
.o-table-border > thead + tbody > tr:first-child > th, .o-table-border > thead + tbody > tr:first-child > td {
    border-top: 1px solid #dddddd;
}
 
/* 圆角边框 */
.o-table-radius {
    border: 1px solid #dddddd;
    border-radius: 2px;
}
.o-table-radius > thead > tr:first-child > th:first-child, .o-table-radius > thead > tr:first-child > td:first-child {
    border-top-left-radius: 2px;
    border-left: none;
}
.o-table-radius > thead > tr:first-child > th:last-child, .o-table-radius > thead > tr:first-child > td:last-child {
    border-top-right-radius: 2px;
    border-right: none;
}
.o-table-radius > tbody > tr > th:first-child, .o-table-radius > tbody > tr > td:first-child {
    border-left: none;
}
.o-table-radius > tbody > tr > th:last-child, .o-table-radius > tbody > tr > td:last-child {
    border-right: none;
}
.o-table-radius > tbody > tr:last-child > th, .o-table-radius > tbody > tr:last-child > td {
    border-bottom: none;
}
.o-table-radius > tbody > tr:last-child > th:first-child, .o-table-radius > tbody > tr:last-child > td:first-child {
    border-bottom-left-radius: 2px;
}
.o-table-radius > tbody > tr:last-child > th:last-child, .o-table-radius > tbody > tr:last-child > td:last-child {
    border-bottom-right-radius: 2px;
}

/* 斑马纹效果 */
.o-table-striped > tbody > tr:nth-child(odd) > td, .o-table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #F7F7F7;
}

/* 鼠标移上效果 */
.o-table-hover > tbody > tr:hover > td, .o-table-hover > tbody > tr:hover > th {
    background-color: #F2F2F2;
}

/* 表格状态 激活 禁用 主要 */
.o-table > thead > tr > td.o-active, .o-table > tbody > tr > td.o-active, .o-table > tfoot > tr > td.o-active, .o-table > thead > tr > th.o-active, .o-table > tbody > tr > th.o-active, .o-table > tfoot > tr > th.o-active, .o-table > thead > tr.o-active > td, .o-table > tbody > tr.o-active > td, .o-table > tfoot > tr.o-active > td, .o-table > thead > tr.o-active > th, .o-table > tbody > tr.o-active > th, .o-table > tfoot > tr.o-active > th {
    background-color: #F0F8FF;
}
.o-table > thead > tr > td.o-disabled, .o-table > tbody > tr > td.o-disabled, .o-table > tfoot > tr > td.o-disabled, .o-table > thead > tr > th.o-disabled, .o-table > tbody > tr > th.o-disabled, .o-table > tfoot > tr > th.o-disabled, .o-table > thead > tr.o-disabled > td, .o-table > tbody > tr.o-disabled > td, .o-table > tfoot > tr.o-disabled > td, .o-table > thead > tr.o-disabled > th, .o-table > tbody > tr.o-disabled > th, .o-table > tfoot > tr.o-disabled > th {
    color: #CCC;
}
.o-table > thead > tr > td.o-blue, .o-table > tbody > tr > td.o-blue, .o-table > tfoot > tr > td.o-blue, .o-table > thead > tr > th.o-blue, .o-table > tbody > tr > th.o-blue, .o-table > tfoot > tr > th.o-blue, .o-table > thead > tr.o-blue > td, .o-table > tbody > tr.o-blue > td, .o-table > tfoot > tr.o-blue > td, .o-table > thead > tr.o-blue > th, .o-table > tbody > tr.o-blue > th, .o-table > tfoot > tr.o-blue > th {
    background-color:#06C; /*IE6-8*/
    background-color: rgba(0, 102, 255, 0.9); /*IE6-8不支持*/
    color: #FFF;
}

/* 表格内文字居中 */
.o-table-center>tbody>tr>td, .o-table-center>tbody>tr>th, .o-table-center>tfoot>tr>td, .o-table-center>tfoot>tr>th, .o-table-center>thead>tr>td, .o-table-center>thead>tr>th {
    text-align:center;
}


/**
 * 按钮 **********************
 */ 
/* 基本 */
.o-btn {
    display: inline-block;
    padding: 11px 20px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    background-image: none;
    border: 1px solid transparent;
    cursor: pointer;
    outline: 0;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 300ms ease-out, border-color 300ms ease-out;
    transition: background-color 300ms ease-out, border-color 300ms ease-out;
}
.o-btn:focus, .o-btn:active:focus {
    outline: thin dotted;
    outline: 1px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.o-btn:hover, .o-btn:focus {
    color: #444444;
    text-decoration: none;
}
.o-btn:active, .o-btn.o-active {
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.15);
}
.o-btn.o-disabled, .o-btn[disabled], fieldset[disabled].o-btn {
    pointer-events: none;
    border-color: transparent;
    cursor: not-allowed;
    opacity: 0.45;
    -webkit-box-shadow: none;
    box-shadow: none;
} 

/* 默认样式 */
.o-btn-default {
    color: #000;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}
a.o-btn-default:visited {
    color: #000;
}
.o-btn-default:hover, .o-btn-default:focus, .o-btn-default:active {
    color: #000;
    border-color: #c7c7c7;
}
.o-btn-default:hover, .o-btn-default:focus {
    background-color: #CCC ;
}
.o-btn-default:active, .o-btn-default.o-active {
    background-image: none;
    background-color: #c2c2c2;
}
.o-btn-default.o-disabled, .o-btn-default[disabled], .o-btn-default.o-disabled:hover, .o-btn-default[disabled]:hover, .o-btn-default.o-disabled:focus, .o-btn-default[disabled]:focus, .o-btn-default.o-disabled:active, .o-btn-default[disabled]:active, .o-btn-default.o-disabled.o-active, .o-btn-default[disabled].o-active, fieldset[disabled] .o-btn-default, fieldset[disabled] .o-btn-default:hover, fieldset[disabled] .o-btn-default:focus, fieldset[disabled] .o-btn-default:active, fieldset[disabled] .o-btn-default.o-active {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}

/* 蓝色样式 */
.o-btn-blue {
    color: #ffffff;
    background-color: #00a7e7;
    border-color: #00a7e7;
}
a.o-btn-blue:visited {
    color: #ffffff;
}
.o-btn-blue:hover, .o-btn-blue:focus, .o-btn-blue:active, .o-btn-blue.o-active {
    color: #ffffff;
    border-color: #0099cc;
}
.o-btn-blue:hover, .o-btn-blue:focus {
    background-color: #067bbe;
}
.o-btn-blue:active, .o-btn-blue.o-active {
    background-image: none;
    background-color: #067bbe;
}
.o-btn-blue.o-disabled, .o-btn-blue[disabled], .o-btn-blue.o-disabled:hover, .o-btn-blue[disabled]:hover, .o-btn-blue.o-disabled:focus, .o-btn-blue[disabled]:focus, .o-btn-blue.o-disabled:active, .o-btn-blue[disabled]:active, .o-btn-blue.o-disabled.o-active, .o-btn-blue[disabled].o-active, fieldset[disabled] .o-btn-blue, fieldset[disabled] .o-btn-blue:hover, fieldset[disabled] .o-btn-blue:focus, fieldset[disabled] .o-btn-blue:active, fieldset[disabled] .o-btn-blue.o-active {
    background-color: #04a1dd;
    border-color: #04a1dd;
}

/* 橙色样式 */
.o-btn-orange {
    color: #ffffff;
    background-color: #f37b1d;
    border-color: #f37b1d;
}
a.o-btn-orange:visited {
    color: #ffffff;
}
.o-btn-orange:hover, .o-btn-orange:focus, .o-btn-orange:active, .o-btn-orange.o-active {
    color: #ffffff;
    border-color: #c85e0b;
}
.o-btn-orange:hover, .o-btn-orange:focus {
    background-color: #e0690c;
}
.o-btn-orange:active, .o-btn-orange.o-active {
    background-image: none;
    background-color: #be590a;
}
.o-btn-orange.o-disabled, .o-btn-orange[disabled], .o-btn-orange.o-disabled:hover, .o-btn-orange[disabled]:hover, .o-btn-orange.o-disabled:focus, .o-btn-orange[disabled]:focus, .o-btn-orange.o-disabled:active, .o-btn-orange[disabled]:active, .o-btn-orange.o-disabled.o-active, .o-btn-orange[disabled].o-active, fieldset[disabled] .o-btn-orange, fieldset[disabled] .o-btn-orange:hover, fieldset[disabled] .o-btn-orange:focus, fieldset[disabled] .o-btn-orange:active, fieldset[disabled] .o-btn-orange.o-active {
    background-color: #f37b1d;
    border-color: #f37b1d;
}

/* 红色样式 */
.o-btn-red {
    color: #ffffff;
    background-color: #e33c36;
    border-color: #e33c36;
}
a.o-btn-red:visited {
    color: #ffffff;
}
.o-btn-red:hover, .o-btn-red:focus, .o-btn-red:active, .o-btn-red.o-active {
    color: #ffffff;
    border-color: #cd201a;
}
.o-btn-red:hover, .o-btn-red:focus {
    background-color: #cd201a;
}
.o-btn-red:active, .o-btn-red.o-active {
    background-image: none;
    background-color: #bd1812;
}
.o-btn-red.o-disabled, .o-btn-red[disabled], .o-btn-red.o-disabled:hover, .o-btn-red[disabled]:hover, .o-btn-red.o-disabled:focus, .o-btn-red[disabled]:focus, .o-btn-red.o-disabled:active, .o-btn-red[disabled]:active, .o-btn-red.o-disabled.o-active, .o-btn-red[disabled].o-active, fieldset[disabled] .o-btn-red, fieldset[disabled] .o-btn-red:hover, fieldset[disabled] .o-btn-red:focus, fieldset[disabled] .o-btn-red:active, fieldset[disabled] .o-btn-red.o-active {
    background-color: #c64844;
    border-color: #c64844;
}

/* 绿色样式 */
.o-btn-green {
    color: #ffffff;
    background-color: #59b659;
    border-color: #59b659;
}
a.o-btn-green:visited {
    color: #ffffff;
}
.o-btn-green:hover, .o-btn-green:focus, .o-btn-green:active, .o-btn-green.o-active {
    color: #ffffff;
    border-color: #38a038;
}
.o-btn-green:hover, .o-btn-green:focus {
    background-color: #38a038;
}
.o-btn-green:active, .o-btn-green.o-active {
    background-image: none;
    background-color: #167816;
}
.o-btn-green.o-disabled, .o-btn-green[disabled], .o-btn-green.o-disabled:hover, .o-btn-green[disabled]:hover, .o-btn-green.o-disabled:focus, .o-btn-green[disabled]:focus, .o-btn-green.o-disabled:active, .o-btn-green[disabled]:active, .o-btn-green.o-disabled.o-active, .o-btn-green[disabled].o-active, fieldset[disabled] .o-btn-green, fieldset[disabled] .o-btn-green:hover, fieldset[disabled] .o-btn-green:focus, fieldset[disabled] .o-btn-green:active, fieldset[disabled] .o-btn-green.o-active {
    background-color: #167816;
    border-color: #167816;
}
 
/* 按钮大小 */
.o-btn-size-block { /*块级显示*/
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
}
.o-btn-size-small {/*小*/
    font-size: 12px;
	padding: 5px 10px;
}
.o-btn-size-default {/*默认*/
    font-size: 14px;
	padding: 8px 15px;
}
.o-btn-size-16 {
    font-size: 16px;
	line-height:1.3;
}
.o-btn-size-big {
    font-size: 18px; 
}
.o-btn-size-large {
    font-size: 24px;
	padding: 20px 20px;
}
.o-btn.o-lh-15 {
	line-height:1.5;
}
.o-btn.o-lh-20 {
	line-height:2;
}

/* 按钮样式扩展 one */
.o-btn-one {
    border:solid 1px #ddd;
	background:transparent;
	border-radius:4px;
	font-size:14px;
	padding:10px 20px;
	margin:0;display:inline-block;
	line-height:1.2;
	transition:all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}
.o-btn-one [disabled] {
	pointer-events:none;
	cursor:not-allowed;
	webkit-box-shadow:none;
	box-shadow:none;
	filter:alpha(opacity=50);
	opacity:.5;
}
.o-btn-one:active {
	background-image:none;
	outline:0;
	transition:all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}
.o-btn-one:hover {
	transition:all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}
.o-btn-one:hover, .o-btn-one:focus {
	background-color:#f5f5f5;
}
/* 背景+边框 */
.o-btn-one.o-btn-one-border {
	color:#00a7e7;
	border-color:#00a7e7;
}
.o-btn-one.o-btn-one-border:hover,.o-btn-one.o-btn-one-border:focus {
	color:#fff;
	border-color:#00a7e7;
	background-color:#00a7e7;
}
.o-btn-one.o-btn-one.active {
	background-color:#00a7e7;
}
/* 白色边框 */
.o-btn-one.border-white {
	border-color:#FFF;
	color:#FFF;
}
.o-btn-one.border-white:hover, .o-btn-one.border-white:focus {
	color: #333;
	border-color: #FFF;
	background-color: #FFF;
}
/* 大小 */
.o-btn-one-size-block {/*块级显示*/
	display:block;
	width:100%;
	padding-left: 0;
    padding-right: 0;
}
.o-btn-one-size-small {/*小*/
    font-size: 12px;
	padding:5px 10px;
}
.o-btn-one-size-default {/*默认*/
    font-size: 14px;
}
.o-btn-one-size-big {/*大*/
    font-size: 18px;
 
}
.o-btn-one-size-large {/*特大*/
    font-size: 24px;
}
.o-btn-one.o-lh-15 {
	line-height:1.5;
}
.o-btn-one.o-lh-20 {
	line-height:2;
}

/**
 * 表单 **********************
 */ 
fieldset {
    border: none;
}
label {
    display: inline-block;
    font-weight: bold;
}
.o-form {
	padding:10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:border-box;
	
}
/*水平排列*/
.o-form-horizontal .o-form-label, .o-form-horizontal .o-radio, .o-form-horizontal .o-checkbox, .o-form-horizontal .o-radio-inline, .o-form-horizontal .o-checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 12px;
}
.o-form-horizontal .o-form-group:before, .o-form-horizontal .o-form-group:after {
    content: " ";
    display: table;
}
.o-form-horizontal .o-form-group:after {
    clear: both;
}
.o-form-horizontal .o-form-label {
	padding-right:10px;
    text-align: right;
}

/*表单组*/
.o-form-group {
    margin-top: 10px;
    margin-bottom: 10px;
	overflow:hidden;
}

/*下拉选项*/
.o-form select {
    display: block;
    width: 100%;
    padding: 10px; /* 扩充像素 在已设定的宽度和高度内进行绘制 */
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:border-box;
    font-size: 14px;
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 0;
}
.o-form select:focus {
    background-color: #fefffe;
    border-color: #3bb4f2;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px rgba(59, 180, 242, 0.3);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px rgba(59, 180, 242, 0.3);
}

/*水平的单选和复选*/
.o-radio-inline, .o-checkbox-inline {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
}
input[type="radio"][disabled], input[type="checkbox"][disabled], .o-radio[disabled], .o-radio-inline[disabled], .o-checkbox[disabled], .o-checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .o-radio, fieldset[disabled] .o-radio-inline, fieldset[disabled] .o-checkbox, fieldset[disabled] .o-checkbox-inline {
    cursor: not-allowed;
}

/*输入框*/
.o-form textarea, .o-form input[type="text"], .o-form input[type="password"], .o-form input[type="datetime"], .o-form input[type="datetime-local"], .o-form input[type="date"], .o-form input[type="month"], .o-form input[type="time"], .o-form input[type="week"], .o-form input[type="number"], .o-form input[type="email"], .o-form input[type="url"], .o-form input[type="search"], .o-form input[type="tel"], .o-form input[type="color"] {
    display: block;
    width: 100%;
    padding: 11px; /* 扩充像素 在已设定的宽度和高度内进行绘制 */
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:border-box;
    font-size: 14px;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 2px;
    -webkit-appearance: none;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;  
}
.o-form textarea:focus, .o-form input[type="text"]:focus, .o-form input[type="password"]:focus, .o-form input[type="datetime"]:focus, .o-form input[type="datetime-local"]:focus, .o-form input[type="date"]:focus, .o-form input[type="month"]:focus, .o-form input[type="time"]:focus, .o-form input[type="week"]:focus, .o-form input[type="number"]:focus, .o-form input[type="email"]:focus, .o-form input[type="url"]:focus, .o-form input[type="search"]:focus, .o-form input[type="tel"]:focus, .o-form input[type="color"]:focus {
    outline: 0;
}
.o-form textarea:focus, .o-form input[type="text"]:focus, .o-form input[type="password"]:focus, .o-form input[type="datetime"]:focus, .o-form input[type="datetime-local"]:focus, .o-form input[type="date"]:focus, .o-form input[type="month"]:focus, .o-form input[type="time"]:focus, .o-form input[type="week"]:focus, .o-form input[type="number"]:focus, .o-form input[type="email"]:focus, .o-form input[type="url"]:focus, .o-form input[type="search"]:focus, .o-form input[type="tel"]:focus, .o-form input[type="color"]:focus {
    background-color: #fefffe;
    border-color: #3bb4f2;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px rgba(59, 180, 242, 0.3);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px rgba(59, 180, 242, 0.3);
}
.o-form textarea::-webkit-input-placeholder, .o-form input[type="text"]::-webkit-input-placeholder, .o-form input[type="password"]::-webkit-input-placeholder, .o-form input[type="datetime"]::-webkit-input-placeholder, .o-form input[type="datetime-local"]::-webkit-input-placeholder, .o-form input[type="date"]::-webkit-input-placeholder, .o-form input[type="month"]::-webkit-input-placeholder, .o-form input[type="time"]::-webkit-input-placeholder, .o-form input[type="week"]::-webkit-input-placeholder, .o-form input[type="number"]::-webkit-input-placeholder, .o-form input[type="email"]::-webkit-input-placeholder, .o-form input[type="url"]::-webkit-input-placeholder, .o-form input[type="search"]::-webkit-input-placeholder, .o-form input[type="tel"]::-webkit-input-placeholder, .o-form input[type="color"]::-webkit-input-placeholder {/*chrome,safari*/
    color: #999999;
}
.o-form textarea::-moz-placeholder, .o-form input[type="text"]::-moz-placeholder, .o-form input[type="password"]::-moz-placeholder, .o-form input[type="datetime"]::-moz-placeholder, .o-form input[type="datetime-local"]::-moz-placeholder, .o-form input[type="date"]::-moz-placeholder, .o-form input[type="month"]::-moz-placeholder, .o-form input[type="time"]::-moz-placeholder, .o-form input[type="week"]::-moz-placeholder, .o-form input[type="number"]::-moz-placeholder, .o-form input[type="email"]::-moz-placeholder, .o-form input[type="url"]::-moz-placeholder, .o-form input[type="search"]::-moz-placeholder, .o-form input[type="tel"]::-moz-placeholder, .o-form input[type="color"]::-moz-placeholder {/*ff*/
    color: #999999;
}
.o-form textarea:-ms-input-placeholder, .o-form input[type="text"]:-ms-input-placeholder, .o-form input[type="password"]:-ms-input-placeholder, .o-form input[type="datetime"]:-ms-input-placeholder, .o-form input[type="datetime-local"]:-ms-input-placeholder, .o-form input[type="date"]:-ms-input-placeholder, .o-form input[type="month"]:-ms-input-placeholder, .o-form input[type="time"]:-ms-input-placeholder, .o-form input[type="week"]:-ms-input-placeholder, .o-form input[type="number"]:-ms-input-placeholder, .o-form input[type="email"]:-ms-input-placeholder, .o-form input[type="url"]:-ms-input-placeholder, .o-form input[type="search"]:-ms-input-placeholder, .o-form input[type="tel"]:-ms-input-placeholder, .o-form input[type="color"]:-ms-input-placeholder {/*ie10*/
    color: #999999;
}
.o-form textarea::placeholder, .o-form input[type="text"]::placeholder, .o-form input[type="password"]::placeholder, .o-form input[type="datetime"]::placeholder, .o-form input[type="datetime-local"]::placeholder, .o-form input[type="date"]::placeholder, .o-form input[type="month"]::placeholder, .o-form input[type="time"]::placeholder, .o-form input[type="week"]::placeholder, .o-form input[type="number"]::placeholder, .o-form input[type="email"]::placeholder, .o-form input[type="url"]::placeholder, .o-form input[type="search"]::placeholder, .o-form input[type="tel"]::placeholder, .o-form input[type="color"]::placeholder {
    color: #999999;
}
.o-form textarea::-moz-placeholder, .o-form input[type="text"]::-moz-placeholder, .o-form input[type="password"]::-moz-placeholder, .o-form input[type="datetime"]::-moz-placeholder, .o-form input[type="datetime-local"]::-moz-placeholder, .o-form input[type="date"]::-moz-placeholder, .o-form input[type="month"]::-moz-placeholder, .o-form input[type="time"]::-moz-placeholder, .o-form input[type="week"]::-moz-placeholder, .o-form input[type="number"]::-moz-placeholder, .o-form input[type="email"]::-moz-placeholder, .o-form input[type="url"]::-moz-placeholder, .o-form input[type="search"]::-moz-placeholder, .o-form input[type="tel"]::-moz-placeholder, .o-form input[type="color"]::-moz-placeholder {
    opacity: 1;
}
.o-form select[disabled], .o-form textarea[disabled], .o-form input[type="text"][disabled], .o-form input[type="password"][disabled], .o-form input[type="datetime"][disabled], .o-form input[type="datetime-local"][disabled], .o-form input[type="date"][disabled], .o-form input[type="month"][disabled], .o-form input[type="time"][disabled], .o-form input[type="week"][disabled], .o-form input[type="number"][disabled], .o-form input[type="email"][disabled], .o-form input[type="url"][disabled], .o-form input[type="search"][disabled], .o-form input[type="tel"][disabled], .o-form input[type="color"][disabled], .o-form select[readonly], .o-form textarea[readonly], .o-form input[type="text"][readonly], .o-form input[type="password"][readonly], .o-form input[type="datetime"][readonly], .o-form input[type="datetime-local"][readonly], .o-form input[type="date"][readonly], .o-form input[type="month"][readonly], .o-form input[type="time"][readonly], .o-form input[type="week"][readonly], .o-form input[type="number"][readonly], .o-form input[type="email"][readonly], .o-form input[type="url"][readonly], .o-form input[type="search"][readonly], .o-form input[type="tel"][readonly], .o-form input[type="color"][readonly], fieldset[disabled] .o-form select, fieldset[disabled] .o-form textarea, fieldset[disabled] .o-form input[type="text"], fieldset[disabled] .o-form input[type="password"], fieldset[disabled] .o-form input[type="datetime"], fieldset[disabled] .o-form input[type="datetime-local"], fieldset[disabled] .o-form input[type="date"], fieldset[disabled] .o-form input[type="month"], fieldset[disabled] .o-form input[type="time"], fieldset[disabled] .o-form input[type="week"], fieldset[disabled] .o-form input[type="number"], fieldset[disabled] .o-form input[type="email"], fieldset[disabled] .o-form input[type="url"], fieldset[disabled] .o-form input[type="search"], fieldset[disabled] .o-form input[type="tel"], fieldset[disabled] .o-form input[type="color"], fieldset[disabled] {
    cursor: not-allowed;
    background-color: #eeeeee;
}
.o-form select.o-radius, .o-form textarea.o-radius, .o-form input[type="text"].o-radius, .o-form input[type="password"].o-radius, .o-form input[type="datetime"].o-radius, .o-form input[type="datetime-local"].o-radius, .o-form input[type="date"].o-radius, .o-form input[type="month"].o-radius, .o-form input[type="time"].o-radius, .o-form input[type="week"].o-radius, .o-form input[type="number"].o-radius, .o-form input[type="email"].o-radius, .o-form input[type="url"].o-radius, .o-form input[type="search"].o-radius, .o-form input[type="tel"].o-radius, .o-form input[type="color"].o-radius {
    border-radius: 2px;
}
.o-form textarea, .o-form select[multiple], .o-form select[size] {
    height: auto;
}
/* 带图标的表单 */
.o-form-icon {
	position: relative;
}
.o-form-icon .o-form-field-icon {
	padding-left: 40px !important;
}
.o-form-icon [class*='o-icon-'] {
	position: absolute;
	width: 20px;
	height: 20px;
	background-size: 20px;
	left: 10px;
	top: 10px;
	display: block;
	line-height: 1;
	z-index: 2;
}

/*表单验证*/
.o-validate-help { padding-top:2px;}
.o-check-success { color:#59b659; }
.o-check-success input {border: 1px solid #59b659; }
.o-form .o-form-group.o-check-success textarea, .o-form .o-form-group.o-check-success input[type="text"], .o-form .o-form-group.o-check-success input[type="password"] {
    border-color: #59b659;
	-webkit-box-shadow: none;
    box-shadow:none;
}
.o-check-error { color:#F00; }
.o-check-error input {border: 1px solid #F00; }
.o-form .o-form-group.o-check-error textarea, .o-form .o-form-group.o-check-error input[type="text"], .o-form .o-form-group.o-check-error input[type="password"] {
    border-color: #F00;
	-webkit-box-shadow: none;
    box-shadow:none;
}

.o-form .o-form-group.o-check-success textarea:focus, .o-form .o-form-group.o-check-success input[type="text"]:focus, .o-form .o-form-group.o-check-success input[type="password"]:focus, .o-form .o-form-group.o-check-error textarea:focus, .o-form .o-form-group.o-check-error input[type="text"]:focus, .o-form .o-form-group.o-check-error input[type="password"]:focus {
	background-color: #fefffe;
    border-color: #3bb4f2;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px rgba(59, 180, 242, 0.3);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px rgba(59, 180, 242, 0.3);
}

/* 表单 扩展 */
.o-form-item-wrap {
	width: 100%;
	margin: 0 auto;
}
.o-form-item-wrap .o-form-item {
	position: relative;
	z-index: 99; 
	margin-bottom: -1px;
	padding: 10px 45px;
	border: 1px solid #dedede;
	background: #FFF;
	overflow: hidden;
}
.o-form-item [class*='o-icon-'] {
	position: absolute;
	width: 22px;
	height: 22px;
	background-size: 22px;
	left: 15px;
	top: 10px;
	display: block;
	line-height: 1;
	z-index: 2;
}
.o-form-item-wrap .o-form-item input {
	width:100%;
	height:24px;
	line-height:24px;
	padding-left:0px;	
	font-size:14px;
	outline: none;
	border:0 none;
	vertical-align:middle;
}
.o-form-item-wrap .o-cur {
	z-index:100;
	border: 1px solid #3bb4f2;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px rgba(59, 180, 242, 0.3);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px rgba(59, 180, 242, 0.3);
}


/**
 * 图标 PNG **********************
 */ 
.o-icon, [class*="o-icon-"]:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
	vertical-align: middle;
    text-align: center;
}
/* 图标大小 */
.o-icon-size-large {
    width: 48px;
    height: 48px;
	background-size: 48px; /*IE6-8不支持*/
}
.o-icon-size-big {
    width: 32px;
    height: 32px;
	background-size: 32px;
}
.o-icon-size-general {
    width: 24px;
    height: 24px;
	background-size: 24px;
}
.o-icon-size-default {
    width: 20px;
    height: 20px;
	background-size: 20px;
}
.o-icon-size-small {
    width: 14px;
    height: 14px;
	background-size: 14px;
}

/**
 * 组件
 */
 
/* 选项卡 */
/* a 默认 */
.o-tab {}
.o-tab .o-tab-head {}
.o-tab .o-tab-head .o-tab-title {
	float: left;
	padding: 10px 20px 0 0;
	line-height: 22px;
}
.o-tab .o-tab-head .o-tab-more {
	float: right;
	margin: 10px 0 0 10px;
	font-size: 12px;
}
.o-tab .o-tab-nav {}
.o-tab ul.o-tab-nav li {
	display: inline-block;
	margin-right:5px;
	position:relative; 
}
.o-tab ul.o-tab-nav li { /* inline-block的兼容 必须单独分开写 */
	_zoom:1;/*IE6*/
	*display:inline;/*IE67*/
}
.o-tab .o-tab-nav li a, .o-tab .o-tab-nav li span {
	color: #333;
	line-height: 22px;
	padding: 10px 20px;		
	border: solid 1px #ddd;	
	border-bottom: none;
	border-radius: 4px 4px 0 0;
	display: block;
}
.o-tab .o-tab-nav li a:hover {
	background-color: #FFF;
}
.o-tab .o-tab-nav .current {
	background-color: #FFF;
}
.o-tab .o-tab-nav .active a {
	cursor: pointer;
}
.o-tab .o-tab-body {
	border-top: solid 1px #ddd;
	margin-top: -1px;
}
.o-tab .o-tab-body-bordered {
	border: solid 1px #ddd;
	border-radius: 4px;
	padding: 10px;
}
.o-tab-border-x .o-tab-head .o-tab-nav li a, .o-tab-border-x .o-tab-body, .o-tab-border-x .o-tab-body-bordered {
	border-color: #F60;	
} 

.o-tab-nav li.current a {
	color:#00a7e7;
}
.o-tab-body {
	display:-webkit-box;
}
.o-tab .o-tab-body .o-tab-panel {
	display: none;
}

.o-tab .o-tab-body .active {
	display: block;
}

/* b */
/* 
.o-tab .o-tab-nav li a, .o-tab .o-tab-nav li span {
	color: #333;
	line-height: 22px;
	padding: 8px 15px;		
	border: solid 1px #FFF;	
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	display: block;
}
.o-tab .o-tab-nav .current a {
	cursor: pointer;
	color: #00a7e7;
	border-bottom: 1px solid #00a7e7;
}
*/
 
/* c */
/*
.o-tab .o-tab-nav li a, .o-tab .o-tab-nav li span {
	background:#F7F7F7;
	color: #666;
	line-height: 22px;
	padding: 8px 15px;		
	border: solid 1px #F7F7F7;	
	border-bottom: none;
	border-radius: 5px;
	display: block;
}
.o-tab .o-tab-nav li.current a:hover {
	background: #00a7e7;
	color: #FFF;
}
.o-tab .o-tab-nav .current a {
	cursor: pointer;
	color: #FFF;
	background: #00a7e7;
	border-bottom:1px solid #FFF;
}
.o-tab .o-tab-body {
	border-top: solid 1px #FFF;
	margin-top: -1px;
	padding-top: 10px;
}
*/

/* 遮罩对话框 */
/*
	<div id="alert-loading" class="youthforty-dialog-mod" style="display:none;">
			<div class="youthforty-mask"><!-- 遮罩 --></div>
			<div class="youthforty-dialog youthforty-dialog-load">
				<div class="dialog-bd">
					<i class="icon-load"></i>
					<p class="dialog-txt">正在加载......</p>
				</div>
			</div>
	</div>
*/
.youthforty-dialog-mod, .youthforty-mask {
	top:0;
	left:0;
	bottom:0;
	right:0;
}
.youthforty-mask {
	position:absolute;
	z-index:9999;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.7);
}
.youthforty-dialog-mod {
	position:fixed;
	z-index:10000;
	width:100%;
	height:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	-webkit-box-orient:vertical;
	-webkit-box-pack:center;
	-webkit-box-align:center;
	-ms-flex-direction:column;
	-ms-flex-pack:center;
	-ms-flex-align:center;
}
.youthforty-dialog {
	position:relative;
	z-index:10000;
	width:auto;
	padding:10px;
	min-width:170px;
	margin:2px 20px;
	background:rgba(0,0,0,.7);
	text-align:center;
	border-radius:5px;
	color:#fff;
}
.youthforty-dialog .i-delete:before,.youthforty-dialog .icon-load {
	background:url(../images/loading.png) no-repeat;
}
.youthforty-dialog-load .dialog-bd {
	padding:20px 0;
	font:14px/1.5 "Microsoft YaHei",Helvetica,sans-serif
}
.youthforty-dialog-load .icon-load {
	display:inline-block;
	height:32px;
	width:32px;
	margin-bottom:20px;
	vertical-align:top;
	background-size:32px auto;
	-webkit-animation:dialogLoading 1s linear infinite;
}

@-webkit-keyframes dialogLoading {
	0% {
		-webkit-transform:rotate(0);
	}
	100% {
		-webkit-transform:rotate(360deg);
	}
}
